kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Double
/
times
times
Common
operator
fun
times
(
other
:
Byte
)
:
Double
Content copied to clipboard
operator
fun
times
(
other
:
Short
)
:
Double
Content copied to clipboard
operator
fun
times
(
other
:
Int
)
:
Double
Content copied to clipboard
operator
fun
times
(
other
:
Long
)
:
Double
Content copied to clipboard
operator
fun
times
(
other
:
Float
)
:
Double
Content copied to clipboard
operator
fun
times
(
other
:
Double
)
:
Double
Content copied to clipboard
Multiplies this value by the other value.